From ce30d16da1882e4241c621021fd769e5644b730c Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 19 Jul 2013 18:33:42 +0800 Subject: [PATCH] gdk/gdkoffscreenwindow.c: Include fallback-c89.c This is necessary as we are using round() here, which is not universally available. --- gdk/gdkoffscreenwindow.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c index fda8907783..22d1004c9c 100644 --- a/gdk/gdkoffscreenwindow.c +++ b/gdk/gdkoffscreenwindow.c @@ -30,6 +30,8 @@ #include +#include "fallback-c89.c" + /* LIMITATIONS: * * Offscreen windows can't be the child of a foreign window, -- 2.30.2